exportd

Undocumented in source.

Members

Aliases

AssetDelegate
alias AssetDelegate = void delegate(IHipAsset)

ExportD doesn't work on function/delegate

Mixins

__anonymous
mixin ExportMathAPI
Undocumented in source.
__anonymous
mixin HipExportDFunctions!(hip.graphics.g2d.animation)
Undocumented in source.
__anonymous
mixin HipExportDFunctions!(hip.game.utils)
Undocumented in source.
__anonymous
mixin HipExportDFunctions!(hip.filesystem.hipfs)
Undocumented in source.
__anonymous
mixin HipExportDFunctions!(hip.hipaudio.audio)
Undocumented in source.
__anonymous
mixin HipExportDFunctions!(hip.assetmanager)
Undocumented in source.
__anonymous
mixin HipExportDFunctions!(hip.systems.timer_manager)
Undocumented in source.

Static functions

HipAssetManager_addOnCompleteHandler
void HipAssetManager_addOnCompleteHandler(IHipAssetLoadTask task, AssetDelegate onComplete)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin ExportMathAPI

__anonymous
mixin ExportDFunctions!(hip.math.random)
Undocumented in source.

From mixin HipExportDFunctions!(hip.graphics.g2d.animation)

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

From mixin HipExportDFunctions!(hip.game.utils)

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

From mixin HipExportDFunctions!(hip.filesystem.hipfs)

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

From mixin HipExportDFunctions!(hip.hipaudio.audio)

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

From mixin HipExportDFunctions!(hip.assetmanager)

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

From mixin HipExportDFunctions!(hip.systems.timer_manager)

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

Meta